.content {
    font-family: Roboto,Arial,sans-serif;   
    font-size: 10px;
    color: black;
    -webkit-box-shadow: inset 0px 0px 25px -5px #000000; 
    box-shadow: inset 0px 0px 25px -5px #000000;
    padding: 10px;
    max-width: 975px;
}

.TEMP-box {
    border: 1px solid #002d62;
    padding: 10px;
    margin: 10px;
}

.text {
    font-size: 2.4em;
}

.small-text {
    font-size: 1.6em;
}


.slidercontainer {
    width:100%;
    display: flex;
}

.slider {
    -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;  
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  cursor: pointer;
}

.sliderButton{
    border: 0;
    background-color: #fdb913;
    color: #fdb913;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 2.25rem;
    line-height: 1.3rem;
    cursor: pointer;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #002d62;
  cursor: pointer;
  }

.slider::-moz-range-thumb {
    width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #002d62;
  cursor: pointer;
  }

.title {
    font-size: 4em;
    font-weight: 900;
}

.taxas {
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
}

.fixTaxContainer {
    padding-right: 15px;
}

.incrementalTaxContainer {
    padding-left: 15px;
}

.investmentValues {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.investment2020Container {
    padding-right: 15px;
}

.investment2021Container {
    padding-left: 15px;
}

.valorDoInvestimento {
    font-weight: 900;
}

.subValorDoInvestimento {
    font-size: 1.8em;
}

.investimentoanual {
    text-align: center;
}
body {
    margin: 0px;
}

.avg20202021 {
    margin-top: 15px;
    text-align: center;
    font-size: 1.8em;
}

.float-right {
    margin-left: auto;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-y-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.text-center {
    text-align: center;
}

.m-l-0 {
    margin-left: 0;
}
.m-r-0 {
    margin-right: 0;
}

.m-t-0 {
    margin-top: 0;
}

.t-bold {
    font-weight: 700;
}

.accent-color {
    color: #fdb913;
    font-size: 12px;
}

.w-100 {
    width: 100%;
}

.box-highlight {
    /* -webkit-box-shadow: inset 0px 0px 30px 50px rgba(0,0,0,0.1); 
    box-shadow: inset 0px 0px 30px 50px rgba(0,0,0,0.1); */
    box-shadow: inset 0px 0px 16px 0px #002d62
}